home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / sweettim.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  311 b   |  15 lines

  1. function endGame()
  2. {
  3.    gotoAndPlay(9);
  4. }
  5. stop();
  6. var timer = 150;
  7. mcInterface.time.text = "2:30";
  8. var currentScore = 0;
  9. mcInterface.score.text = "00.00";
  10. var currentSweet = -1;
  11. _root.mcInterface.holding.gotoAndStop(10);
  12. var cashFillCorrect = 50;
  13. var cashFillWrong = -200;
  14. var dispensing = false;
  15.